Auto merge of #3018 - Jake-Shadle:master, r=steveklabnik
authorbors <bors@rust-lang.org>
Fri, 19 Aug 2016 16:35:26 +0000 (09:35 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2016 16:35:26 +0000 (09:35 -0700)
docs(manifest): Update crate-types with `cdylib`

Rust 1.11 now supports the `cdylib` crate-type, so added it to the list of options.

Also added a link to the [Linkage](https://doc.rust-lang.org/reference.html#linkage) section in the Rust Reference manual which explains what the different crate types actually mean in practice....though right now it actually doesn't explain what a `cdylib` is, specifically. ;)


Trivial merge